POV-Ray : Newsgroups : povray.beta-test : platform dependence : platform dependence Server Time
29 Jul 2024 06:27:32 EDT (-0400)
  platform dependence  
From: Felix Wiemann
Date: 6 Jul 2002 12:06:04
Message: <3d27156c@news.povray.org>
RC6,Linux

scenes/animations/life/life.ini reads:

User_Abort_Command=command /C del lifedata.inc

This works only for the windows version. The file should be overwritten if 
the current frame is the first one:

#if (file_exists("lifedata.inc"))
   #include "lifedata.inc"
#else
[...]

#if(frame_number != 0 & frame_number != 1)
   #include "lifedata.inc"
#else
[...]

So the INI entry can be removed.
-- 
Felix Wiemann


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.